Symphony Framework
Selection List Considerations
Synergy Repository > Selection List Considerations

In the repository you can define a selection list and associate it with a field.  The list will appear as a ComboBox/drop-down list and allow selection of a single value.  The values displayed may not be the same as the data stored in the application.

 Alpha Field

By default if you define a selection list and you do not enumerate it, the value of the selection is defined by the initial (length of the field) characters of the list item. for example, given an alpha field with a size of two:

List item Resulting storage value
On Order

On

Available

Av

Allocated

Al

 

You can alter this default behavior by specifying the storage value in the item description. Enclose the storage value in < and > immediately after the item description. For example:

List item Resulting storage value
On Order<1>

1

Available<6>

6

Allocated<-1>

-1